Instance
Namespace
canopy.parallellParent Module: instanced
Contructors
Constructor | Signature | Description | |
---|---|---|---|
# | new() | unit -> Instance | CompiledName: |
Instance members
Instance member | Signature | Description | |
---|---|---|---|
# | x.acceptAlert() | unit -> unit | |
# | x.addFinder(finder) | (finder:(string -> ('?20461 -> ReadOnlyCollection<IWebElement>) -> IWebDriver -> IWebElement list)) -> unit | |
# | x.alert() | unit -> IAlert | |
# | x.aurora | BrowserStartMode | CompiledName: |
# | x.back | Navigate | CompiledName: |
# | x.browser() | unit -> IWebDriver | CompiledName: |
# | x.browser() | unit -> unit | CompiledName: |
# | x.check(item) | item:'?20435 -> unit | |
# | x.chrome | BrowserStartMode | CompiledName: |
# | x.chromium | BrowserStartMode | CompiledName: |
# | x.clear(item) | item:'?20380 -> unit | |
# | x.click(item) | item:'?20425 -> unit | |
# | x.closeTab(number) | number:int -> unit | |
# | x.contains value1 value2 | value1:string -> value2:string -> unit | |
# | x.containsInsensitive value1 value2 | value1:string -> value2:string -> unit | |
# | x.count cssSelector count' | cssSelector:string -> count':int -> unit | |
# | x.css | string -> string | CompiledName: |
# | x.ctrlClick(item) | item:'?20429 -> unit | |
# | x.currentUrl() | unit -> string | |
# | x.describe(text) | text:string -> unit | |
# | x.deselected(item) | item:'?20384 -> unit | |
# | x.disabled(item) | item:'?20421 -> unit | |
# | x.dismissAlert() | unit -> unit | |
# | x.displayed(item) | item:'?20415 -> unit | |
# | x.doubleClick(item) | item:'?20427 -> unit | |
# | x.down | string | CompiledName: |
# | x.drag cssSelectorA cssSelectorB | cssSelectorA:string -> cssSelectorB:string -> unit | |
# | x.edgeBETA | BrowserStartMode | CompiledName: |
# | x.element(cssSelector) | cssSelector:string -> IWebElement | |
# | x.elementWithText cssSelector regex | cssSelector:string -> regex:string -> IWebElement | |
# | x.elementWithin cssSelector elem | cssSelector:string -> elem:IWebElement -> IWebElement | |
# | x.elements(cssSelector) | cssSelector:string -> IWebElement list | |
# | x.elementsWithText cssSelector regex | cssSelector:string -> regex:string -> IWebElement list | |
# | x.elementsWithin cssSelector elem | cssSelector:string -> elem:ISearchContext -> IWebElement list | |
# | x.enabled(item) | item:'?20419 -> unit | |
# | x.enter | string | CompiledName: |
# | x.equals item value | item:'?20398 -> value:string -> unit | |
# | x.esc | string | CompiledName: |
# | x.fadedIn(cssSelector) | cssSelector:string -> '?20423 -> bool | |
# | x.fastTextFromCSS(selector) | selector:string -> string list | |
# | x.firefox | BrowserStartMode | CompiledName: |
# | x.first(cssSelector) | cssSelector:string -> IWebElement | |
# | x.forward | Navigate | CompiledName: |
# | x.highlight(cssSelector) | cssSelector:string -> unit | |
# | x.hover(selector) | selector:string -> unit | |
# | x.ie | BrowserStartMode | CompiledName: |
# | x.is expected actual | expected:'?20413 -> actual:'?20413 -> unit | |
# | x.jquery | string -> string | CompiledName: |
# | x.js(script) | script:string -> obj | |
# | x.label | string -> string | CompiledName: |
# | x.last(cssSelector) | cssSelector:string -> IWebElement | |
# | x.left | string | CompiledName: |
# | x.navigate(direction) | direction:Navigate -> unit | |
# | x.noneOfManyNotEquals cssSelector value | cssSelector:string -> value:string -> unit | |
# | x.notContains value1 value2 | value1:string -> value2:string -> unit | |
# | x.notDisplayed(item) | item:'?20417 -> unit | |
# | x.notEquals cssSelector value | cssSelector:'?20400 -> value:string -> unit | |
# | x.nth index cssSelector | index:int -> cssSelector:string -> IWebElement | |
# | x.on(u) | u:string -> unit | |
# | x.oneOrManyEquals cssSelector value | cssSelector:string -> value:string -> unit | |
# | x.oneOrManyRegexEquals(...) | cssSelector:string -> pattern:string -> unit | |
# | x.onn(u) | u:string -> unit | |
# | x.parent(elem) | elem:IWebElement -> IWebElement | |
# | x.pin(direction) | direction:direction -> unit | |
# | x.positionBrowser left top width height | left:int -> top:int -> width:int -> height:int -> unit | |
# | x.press(key) | key:string -> unit | |
# | x.puts(text) | text:string -> unit | |
# | x.quit(browser) | browser:'?20450 -> unit | |
# | x.read(item) | item:'?20378 -> string | |
# | x.regexEquals cssSelector pattern | cssSelector:'?20408 -> pattern:string -> unit | |
# | x.regexNotEquals cssSelector pattern | cssSelector:'?20410 -> pattern:string -> unit | |
# | x.reload() | unit -> unit | |
# | x.resize(size) | (size:(int * int)) -> unit | |
# | x.right | string | CompiledName: |
# | x.rightClick(item) | item:'?20433 -> unit | |
# | x.rotate() | unit -> unit | |
# | x.safari | BrowserStartMode | CompiledName: |
# | x.screenshot directory filename | directory:string -> filename:string -> byte [] | |
# | x.selected(item) | item:'?20382 -> unit | |
# | x.shiftClick(item) | item:'?20431 -> unit | |
# | x.skip(message) | message:'?20469 -> string -> IWebDriver -> '?20470 | |
# | x.sleep(seconds) | seconds:'?20352 -> unit | |
# | x.someElement(cssSelector) | cssSelector:string -> IWebElement option | |
# | x.someElementWithin cssSelector elem | cssSelector:string -> elem:ISearchContext -> IWebElement option | |
# | x.someParent(elem) | elem:ISearchContext -> IWebElement option | |
# | x.start(b) | b:BrowserStartMode -> unit | |
# | x.switchTo(b) | b:IWebDriver -> unit | |
# | x.switchToTab(number) | number:int -> unit | |
# | x.tab | string | CompiledName: |
# | x.text | string -> string | CompiledName: |
# | x.tile(browsers) | (browsers:IWebDriver list) -> unit | |
# | x.title() | unit -> string | |
# | x.uncheck(item) | item:'?20437 -> unit | |
# | x.unreliableElement(cssSelector) | cssSelector:string -> IWebElement | |
# | x.unreliableElements(cssSelector) | cssSelector:string -> IWebElement list | |
# | x.unreliableElementsWithin(...) | cssSelector:string -> elem:ISearchContext -> IWebElement list | |
# | x.up | string | CompiledName: |
# | x.url(u) | u:string -> unit | |
# | x.value | string -> string | CompiledName: |
# | x.waitFor | (unit -> bool) -> unit | CompiledName: |
# | x.waitFor2 message f | message:string -> (f:(unit -> bool)) -> unit | |
# | x.waitForElement(cssSelector) | cssSelector:string -> unit | |
# | x.write item text | item:'?20376 -> text:string -> unit | |
# | x.xpath | string -> string | CompiledName: |